home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / systems / unixtkit / man.arc / LS.MAN < prev    next >
Text File  |  1988-03-28  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.         LS                    ST-UNIX User's Manual                    LS
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              ls - list filenames in a directory
  10.  
  11.         FORMAT
  12.              ls [ -adls1FR ] name ...
  13.  
  14.         DESCRIPTION
  15.              The filenames (and statistics) of files in a  directory  are
  16.              displayed.  If no filename is given the current directory is
  17.              displayed.
  18.  
  19.         OPTIONS
  20.              -a   all entries are displayed. Hidden files are not  usualy
  21.                   included in listings.
  22.  
  23.              -d   list only directories.
  24.  
  25.              -l   list in long format. Name, access permissions, creation
  26.                   date, and size of the file are displayed.
  27.  
  28.              -s   the size of the file is given.
  29.  
  30.              -F   directory names are appeded with ''
  31.  
  32.              -R   any directories are recursively displayed.
  33.  
  34.              -1   files are listed one per line.
  35.  
  36.         EXAMPLE
  37.              For a detailed listing of the current directory:
  38.  
  39.                   ls -l
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 10/April/1987    1st March 1987                         1
  64.  
  65.  
  66.  
  67.